home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Especiais / Voice Net VRS / evalvn98.exe / _SETUP.1 / VoiceNet.exe / 0 / RCDATA / TRECFRM / TRECFRM.txt < prev   
Encoding:
Text File  |  1999-04-26  |  1.1 KB  |  54 lines

  1. object RecFrm: TRecFrm
  2.   Left = 475
  3.   Top = 517
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'RecFrm'
  7.   ClientHeight = 15
  8.   ClientWidth = 287
  9.   Color = 13303807
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   Icon.Data = {<image000.ico>}
  17.   OnHide = FormHide
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 86
  25.     Height = 15
  26.     Caption = '  Recognized ->'
  27.     Font.Charset = ANSI_CHARSET
  28.     Font.Color = clWindowText
  29.     Font.Height = -12
  30.     Font.Name = 'Arial'
  31.     Font.Style = [fsBold]
  32.     ParentFont = False
  33.   end
  34.   object Timer1: TTimer
  35.     Enabled = False
  36.     Interval = 3500
  37.     OnTimer = Timer1Timer
  38.     Left = 120
  39.     Top = 65530
  40.   end
  41.   object TopMostWindow1: TTopMostWindow
  42.     AlwaysOnTop = True
  43.     Left = 154
  44.     Top = 65530
  45.   end
  46.   object TopMostTimer: TTimer
  47.     Enabled = False
  48.     Interval = 250
  49.     OnTimer = TopMostTimerTimer
  50.     Left = 190
  51.     Top = 65534
  52.   end
  53. end
  54.